home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / IPC / Anonymous Pipes / API / ChildMainFormUnit.dfm / ChildMainFormUnit.txt
Encoding:
Text File  |  1999-08-28  |  725 b   |  37 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Anonymous pipe child'
  7.   ClientHeight = 41
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultPosOnly
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Edit1: TEdit
  19.     Left = 8
  20.     Top = 10
  21.     Width = 321
  22.     Height = 21
  23.     TabOrder = 0
  24.     Text = 'Type something in here...'
  25.   end
  26.   object Button1: TButton
  27.     Left = 344
  28.     Top = 8
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&Send'
  32.     Default = True
  33.     TabOrder = 1
  34.     OnClick = Button1Click
  35.   end
  36. end
  37.